home *** CD-ROM | disk | FTP | other *** search
/ Champak 132 (Alt) / Vol 132.iso / games / hewitt.swf / scripts / frame_46 / DoAction_2.as next >
Encoding:
Text File  |  2011-06-09  |  549 b   |  22 lines

  1. stopAllSounds();
  2. stop();
  3. if(_root.poison1 == 1 && _root.poison2 == 1 && _root.poison3 == 1)
  4. {
  5.    _root.even14 = 1;
  6. }
  7. _root.txt_number = 0;
  8. i = 1;
  9. while(i < 40)
  10. {
  11.    if(_root.inven["box" + i]._currentframe == 24 || _root.inven["box" + i]._currentframe == 25 || _root.inven["box" + i]._currentframe == 30)
  12.    {
  13.       _root.inven["box" + i].gotoAndStop(1);
  14.    }
  15.    i++;
  16. }
  17. if(_root.micon._currentframe == 24 || _root.micon._currentframe == 25 || _root.micon._currentframe == 30)
  18. {
  19.    _root.micon.gotoAndStop(1);
  20. }
  21. _root.even34 = 1;
  22.